﻿2026-07-10T10:05:05.7933685Z Current runner version: '2.335.1'
2026-07-10T10:05:05.7938557Z Runner name: 'kitsubito'
2026-07-10T10:05:05.7939225Z Runner group name: 'Default'
2026-07-10T10:05:05.7939950Z Machine name: 'KITSUBITO'
2026-07-10T10:05:05.7941879Z ##[group]GITHUB_TOKEN Permissions
2026-07-10T10:05:05.7943911Z Contents: read
2026-07-10T10:05:05.7944313Z Metadata: read
2026-07-10T10:05:05.7944681Z Packages: read
2026-07-10T10:05:05.7945048Z ##[endgroup]
2026-07-10T10:05:05.7946841Z Secret source: Actions
2026-07-10T10:05:05.7947342Z Prepare workflow directory
2026-07-10T10:05:05.8339422Z Prepare all required actions
2026-07-10T10:05:05.8370015Z Getting action download info
2026-07-10T10:05:06.2120943Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-10T10:05:06.7927456Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-10T10:05:06.8798815Z ##[group]Run actions/checkout@v5
2026-07-10T10:05:06.8799702Z with:
2026-07-10T10:05:06.8800055Z   fetch-depth: 0
2026-07-10T10:05:06.8800490Z   repository: SaberMage/spt-core
2026-07-10T10:05:06.8803570Z   token: ***
2026-07-10T10:05:06.8803929Z   ssh-strict: true
2026-07-10T10:05:06.8804282Z   ssh-user: git
2026-07-10T10:05:06.8804650Z   persist-credentials: true
2026-07-10T10:05:06.8805041Z   clean: true
2026-07-10T10:05:06.8805403Z   sparse-checkout-cone-mode: true
2026-07-10T10:05:06.8805827Z   fetch-tags: false
2026-07-10T10:05:06.8806195Z   show-progress: true
2026-07-10T10:05:06.8806560Z   lfs: false
2026-07-10T10:05:06.8806890Z   submodules: false
2026-07-10T10:05:06.8807258Z   set-safe-directory: true
2026-07-10T10:05:06.8807882Z ##[endgroup]
2026-07-10T10:05:06.9672374Z Syncing repository: SaberMage/spt-core
2026-07-10T10:05:06.9674009Z ##[group]Getting Git version info
2026-07-10T10:05:06.9674747Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-10T10:05:06.9675674Z [command]/usr/bin/git version
2026-07-10T10:05:06.9676095Z git version 2.43.0
2026-07-10T10:05:06.9679767Z ##[endgroup]
2026-07-10T10:05:06.9691874Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5d5865a8-76a4-439e-ae1a-0502e8fe8744' before making global git config changes
2026-07-10T10:05:06.9693884Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T10:05:06.9695526Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T10:05:06.9734219Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-10T10:05:06.9758333Z https://github.com/SaberMage/spt-core
2026-07-10T10:05:06.9769726Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T10:05:06.9772593Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T10:05:06.9793728Z HEAD
2026-07-10T10:05:06.9831400Z ##[endgroup]
2026-07-10T10:05:06.9833539Z [command]/usr/bin/git submodule status
2026-07-10T10:05:07.0032354Z ##[group]Cleaning the repository
2026-07-10T10:05:07.0033579Z [command]/usr/bin/git clean -ffdx
2026-07-10T10:05:07.8340532Z Removing target/
2026-07-10T10:05:07.8349893Z [command]/usr/bin/git reset --hard HEAD
2026-07-10T10:05:07.8434625Z HEAD is now at 16fce9ba7 Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:05:07.8443093Z ##[endgroup]
2026-07-10T10:05:07.8444873Z ##[group]Disabling automatic garbage collection
2026-07-10T10:05:07.8449379Z [command]/usr/bin/git config --local gc.auto 0
2026-07-10T10:05:07.8484078Z ##[endgroup]
2026-07-10T10:05:07.8485420Z ##[group]Setting up auth
2026-07-10T10:05:07.8491348Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T10:05:07.8527142Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T10:05:07.8748259Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T10:05:07.8795557Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T10:05:07.9024932Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T10:05:07.9066968Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T10:05:07.9305286Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-10T10:05:07.9387960Z ##[endgroup]
2026-07-10T10:05:07.9389241Z ##[group]Fetching the repository
2026-07-10T10:05:07.9395908Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +9f220da5651bff64d97b9ee893f5ede0e8f1f87b:refs/remotes/pull/76/merge
2026-07-10T10:05:08.6295407Z From https://github.com/SaberMage/spt-core
2026-07-10T10:05:08.6296591Z  + b07c4d283...fa34250be release/v0.30.6                          -> origin/release/v0.30.6  (forced update)
2026-07-10T10:05:08.6297507Z  * [new branch]          test/uwedge-r4-stale-guard-swap          -> origin/test/uwedge-r4-stale-guard-swap
2026-07-10T10:05:08.6299688Z  * [new ref]             9f220da5651bff64d97b9ee893f5ede0e8f1f87b -> pull/76/merge
2026-07-10T10:05:08.6347469Z ##[endgroup]
2026-07-10T10:05:08.6347980Z ##[group]Determining the checkout info
2026-07-10T10:05:08.6348595Z ##[endgroup]
2026-07-10T10:05:08.6352946Z [command]/usr/bin/git sparse-checkout disable
2026-07-10T10:05:08.6390907Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-10T10:05:08.6413835Z ##[group]Checking out the ref
2026-07-10T10:05:08.6421677Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/76/merge
2026-07-10T10:05:08.6564044Z Previous HEAD position was 16fce9ba7 Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:05:08.6567669Z HEAD is now at 9f220da56 Merge fa34250be1e6077e435c3672490f0fc3a5ff448c into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T10:05:08.6576173Z ##[endgroup]
2026-07-10T10:05:08.6619441Z [command]/usr/bin/git log -1 --format=%H
2026-07-10T10:05:08.6648401Z 9f220da5651bff64d97b9ee893f5ede0e8f1f87b
2026-07-10T10:05:08.6829844Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-10T10:05:08.6830423Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-10T10:05:08.6845977Z shell: /usr/bin/bash -e {0}
2026-07-10T10:05:08.6846296Z ##[endgroup]
2026-07-10T10:05:08.6958309Z ##[group]Run set -euo pipefail
2026-07-10T10:05:08.6958733Z [36;1mset -euo pipefail[0m
2026-07-10T10:05:08.6959130Z [36;1mPIN=0c95435[0m
2026-07-10T10:05:08.6959418Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-10T10:05:08.6959743Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-10T10:05:08.6960192Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-10T10:05:08.6960711Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-10T10:05:08.6961240Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-10T10:05:08.6961668Z [36;1m  rm -rf "$CACHE"[0m
2026-07-10T10:05:08.6961976Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-10T10:05:08.6962319Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-10T10:05:08.6962725Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-10T10:05:08.6963187Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-10T10:05:08.6963544Z [36;1mfi[0m
2026-07-10T10:05:08.6963898Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T10:05:08.6978514Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-10T10:05:08.6978904Z env:
2026-07-10T10:05:08.6979500Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-10T10:05:08.6979806Z ##[endgroup]
2026-07-10T10:05:09.0196003Z    Compiling proc-macro2 v1.0.106
2026-07-10T10:05:09.0196712Z    Compiling quote v1.0.45
2026-07-10T10:05:09.0197207Z    Compiling unicode-ident v1.0.24
2026-07-10T10:05:09.0197755Z    Compiling libc v0.2.186
2026-07-10T10:05:09.0198214Z    Compiling serde_core v1.0.228
2026-07-10T10:05:09.0198687Z    Compiling cfg-if v1.0.4
2026-07-10T10:05:09.0199336Z    Compiling serde v1.0.228
2026-07-10T10:05:09.0223541Z    Compiling log v0.4.32
2026-07-10T10:05:09.0281522Z    Compiling pin-project-lite v0.2.17
2026-07-10T10:05:09.0357958Z    Compiling portable-atomic v1.13.1
2026-07-10T10:05:09.0359612Z    Compiling typenum v1.20.1
2026-07-10T10:05:09.0360740Z    Compiling version_check v0.9.5
2026-07-10T10:05:09.0361504Z    Compiling memchr v2.8.1
2026-07-10T10:05:09.0409278Z    Compiling find-msvc-tools v0.1.9
2026-07-10T10:05:09.0460753Z    Compiling shlex v2.0.1
2026-07-10T10:05:09.0932988Z    Compiling critical-section v1.2.0
2026-07-10T10:05:09.1110554Z    Compiling futures-core v0.3.32
2026-07-10T10:05:09.1212130Z    Compiling bytes v1.11.1
2026-07-10T10:05:09.2182439Z    Compiling subtle v2.6.1
2026-07-10T10:05:09.2664543Z    Compiling equivalent v1.0.2
2026-07-10T10:05:09.3601762Z    Compiling smallvec v1.15.1
2026-07-10T10:05:09.3800909Z    Compiling itoa v1.0.18
2026-07-10T10:05:09.3940698Z    Compiling semver v1.0.28
2026-07-10T10:05:09.4231098Z    Compiling stable_deref_trait v1.2.1
2026-07-10T10:05:09.4291826Z    Compiling futures-io v0.3.32
2026-07-10T10:05:09.4601510Z    Compiling futures-sink v0.3.32
2026-07-10T10:05:09.4844982Z    Compiling slab v0.4.12
2026-07-10T10:05:09.5119618Z    Compiling futures-task v0.3.32
2026-07-10T10:05:09.5190068Z    Compiling generic-array v0.14.7
2026-07-10T10:05:09.5631271Z    Compiling futures-channel v0.3.32
2026-07-10T10:05:09.5707300Z    Compiling rand_core v0.10.1
2026-07-10T10:05:09.6251349Z    Compiling hashbrown v0.17.1
2026-07-10T10:05:09.6616574Z    Compiling rustversion v1.0.22
2026-07-10T10:05:09.7380719Z    Compiling rustc_version v0.4.1
2026-07-10T10:05:09.7541289Z    Compiling bitflags v2.12.1
2026-07-10T10:05:09.7720888Z    Compiling cpufeatures v0.2.17
2026-07-10T10:05:09.7941099Z    Compiling getrandom v0.4.2
2026-07-10T10:05:09.8283576Z    Compiling fnv v1.0.7
2026-07-10T10:05:09.8465422Z    Compiling cfg_aliases v0.2.1
2026-07-10T10:05:09.9010969Z    Compiling strsim v0.11.1
2026-07-10T10:05:09.9190924Z    Compiling litemap v0.8.2
2026-07-10T10:05:09.9296297Z    Compiling writeable v0.6.3
2026-07-10T10:05:09.9450769Z    Compiling ident_case v1.0.1
2026-07-10T10:05:10.0411596Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T10:05:10.1000745Z    Compiling utf8_iter v1.0.4
2026-07-10T10:05:10.1510618Z    Compiling fs_extra v1.3.0
2026-07-10T10:05:10.2390711Z    Compiling icu_properties_data v2.2.0
2026-07-10T10:05:10.2460321Z    Compiling dunce v1.0.5
2026-07-10T10:05:10.2595224Z    Compiling percent-encoding v2.3.2
2026-07-10T10:05:10.3114116Z    Compiling autocfg v1.5.1
2026-07-10T10:05:10.3571162Z    Compiling http v1.4.1
2026-07-10T10:05:10.3820948Z    Compiling cpufeatures v0.3.0
2026-07-10T10:05:10.4032222Z    Compiling aws-lc-rs v1.17.0
2026-07-10T10:05:10.5600924Z    Compiling thiserror v2.0.18
2026-07-10T10:05:10.6290888Z    Compiling unicode-segmentation v1.13.3
2026-07-10T10:05:10.6690581Z    Compiling indexmap v2.14.0
2026-07-10T10:05:10.6900820Z    Compiling scopeguard v1.2.0
2026-07-10T10:05:10.7070950Z    Compiling chacha20 v0.10.0
2026-07-10T10:05:10.7253277Z    Compiling form_urlencoded v1.2.2
2026-07-10T10:05:10.7381218Z    Compiling syn v2.0.117
2026-07-10T10:05:10.7680600Z    Compiling lock_api v0.4.14
2026-07-10T10:05:10.8185020Z    Compiling untrusted v0.9.0
2026-07-10T10:05:10.8330515Z    Compiling rustls v0.23.40
2026-07-10T10:05:10.8730981Z    Compiling heck v0.5.0
2026-07-10T10:05:10.8856675Z    Compiling atomic-waker v1.1.2
2026-07-10T10:05:10.9320664Z    Compiling unicode-xid v0.2.6
2026-07-10T10:05:10.9871008Z    Compiling anyhow v1.0.102
2026-07-10T10:05:10.9970504Z    Compiling const-oid v0.10.2
2026-07-10T10:05:11.0393230Z    Compiling httparse v1.10.1
2026-07-10T10:05:11.0451292Z    Compiling zerocopy v0.8.50
2026-07-10T10:05:11.0610518Z    Compiling paste v1.0.15
2026-07-10T10:05:11.1400518Z    Compiling crypto-common v0.1.7
2026-07-10T10:05:11.1560790Z    Compiling block-buffer v0.10.4
2026-07-10T10:05:11.1780558Z    Compiling parking_lot_core v0.9.12
2026-07-10T10:05:11.2490887Z    Compiling num-traits v0.2.19
2026-07-10T10:05:11.2735418Z    Compiling hybrid-array v0.4.12
2026-07-10T10:05:11.3191730Z    Compiling digest v0.10.7
2026-07-10T10:05:11.3290821Z    Compiling convert_case v0.10.0
2026-07-10T10:05:11.4141044Z    Compiling jobserver v0.1.34
2026-07-10T10:05:11.4410254Z    Compiling curve25519-dalek v4.1.3
2026-07-10T10:05:11.4701521Z    Compiling http-body v1.0.1
2026-07-10T10:05:11.5060701Z    Compiling ahash v0.8.12
2026-07-10T10:05:11.5131190Z    Compiling powerfmt v0.2.0
2026-07-10T10:05:11.5200650Z    Compiling base64ct v1.8.3
2026-07-10T10:05:11.5820493Z    Compiling fastrand v2.4.1
2026-07-10T10:05:11.6098510Z    Compiling either v1.16.0
2026-07-10T10:05:11.7870515Z    Compiling cc v1.2.63
2026-07-10T10:05:11.8000577Z    Compiling deranged v0.5.8
2026-07-10T10:05:11.8700840Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T10:05:11.8830845Z    Compiling time-core v0.1.8
2026-07-10T10:05:11.8951132Z    Compiling zmij v1.0.21
2026-07-10T10:05:11.9910967Z    Compiling pkg-config v0.3.33
2026-07-10T10:05:12.0371127Z    Compiling tower-service v0.3.3
2026-07-10T10:05:12.0630660Z    Compiling tinyvec_macros v0.1.1
2026-07-10T10:05:12.0760845Z    Compiling base64 v0.22.1
2026-07-10T10:05:12.0891191Z    Compiling num-conv v0.2.2
2026-07-10T10:05:12.1160513Z    Compiling data-encoding v2.11.0
2026-07-10T10:05:12.1320523Z    Compiling vcpkg v0.2.15
2026-07-10T10:05:12.2000832Z    Compiling mio v1.2.1
2026-07-10T10:05:12.2960846Z    Compiling socket2 v0.6.4
2026-07-10T10:05:12.3218517Z    Compiling getrandom v0.2.17
2026-07-10T10:05:12.3881068Z    Compiling try-lock v0.2.5
2026-07-10T10:05:12.5091637Z    Compiling rand_core v0.6.4
2026-07-10T10:05:12.5740565Z    Compiling want v0.3.1
2026-07-10T10:05:12.6272996Z    Compiling rand v0.10.1
2026-07-10T10:05:12.6803882Z    Compiling uuid v1.23.2
2026-07-10T10:05:12.6880380Z    Compiling tinyvec v1.11.0
2026-07-10T10:05:12.7720274Z    Compiling block-buffer v0.12.0
2026-07-10T10:05:12.7930619Z    Compiling parking_lot v0.12.5
2026-07-10T10:05:12.8330698Z    Compiling crypto-common v0.2.2
2026-07-10T10:05:12.9640381Z    Compiling sha2 v0.10.9
2026-07-10T10:05:13.0737353Z    Compiling inout v0.1.4
2026-07-10T10:05:13.2185708Z    Compiling cmake v0.1.58
2026-07-10T10:05:13.2320509Z    Compiling vergen-lib v9.1.0
2026-07-10T10:05:13.2433642Z    Compiling n0-future v0.3.2
2026-07-10T10:05:13.2440017Z    Compiling crossbeam-utils v0.8.21
2026-07-10T10:05:13.2641390Z    Compiling diatomic-waker v0.2.3
2026-07-10T10:05:13.4241003Z    Compiling cordyceps v0.3.4
2026-07-10T10:05:13.4550754Z    Compiling httpdate v1.0.3
2026-07-10T10:05:13.4679417Z    Compiling serde_json v1.0.150
2026-07-10T10:05:13.4810765Z    Compiling winnow v1.0.3
2026-07-10T10:05:13.4884876Z    Compiling parking v2.2.1
2026-07-10T10:05:13.5575402Z    Compiling signature v2.2.0
2026-07-10T10:05:13.6402094Z    Compiling spin v0.10.0
2026-07-10T10:05:13.7159995Z    Compiling ed25519 v2.2.3
2026-07-10T10:05:13.7240705Z    Compiling futures-lite v2.6.1
2026-07-10T10:05:13.7721337Z    Compiling cipher v0.4.4
2026-07-10T10:05:13.7790405Z    Compiling netlink-packet-core v0.8.1
2026-07-10T10:05:13.7941028Z    Compiling universal-hash v0.5.1
2026-07-10T10:05:13.8269950Z    Compiling vergen v9.1.0
2026-07-10T10:05:13.8394686Z    Compiling futures-buffered v0.2.13
2026-07-10T10:05:13.8788873Z    Compiling vergen-lib v0.1.6
2026-07-10T10:05:13.9180763Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T10:05:13.9439749Z    Compiling heapless v0.7.17
2026-07-10T10:05:13.9824674Z    Compiling digest v0.11.3
2026-07-10T10:05:14.0063829Z    Compiling noq-udp v0.10.0
2026-07-10T10:05:14.0523816Z    Compiling sync_wrapper v1.0.2
2026-07-10T10:05:14.0801185Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T10:05:14.1910920Z    Compiling opaque-debug v0.3.1
2026-07-10T10:05:14.2000337Z    Compiling byteorder v1.5.0
2026-07-10T10:05:14.2130584Z    Compiling allocator-api2 v0.2.21
2026-07-10T10:05:14.2720689Z    Compiling polyval v0.6.2
2026-07-10T10:05:14.3418522Z    Compiling spin v0.9.8
2026-07-10T10:05:14.3731061Z    Compiling aws-lc-sys v0.41.0
2026-07-10T10:05:14.3924368Z    Compiling ring v0.17.14
2026-07-10T10:05:14.3997537Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T10:05:14.4250770Z    Compiling hash32 v0.2.1
2026-07-10T10:05:14.4290931Z    Compiling vergen-gitcl v1.0.8
2026-07-10T10:05:14.5110568Z    Compiling tower-layer v0.3.3
2026-07-10T10:05:14.5531146Z    Compiling num_threads v0.1.7
2026-07-10T10:05:14.6430722Z    Compiling signature v3.0.0
2026-07-10T10:05:14.6983320Z    Compiling fallible-iterator v0.3.0
2026-07-10T10:05:14.7201622Z    Compiling ryu v1.0.23
2026-07-10T10:05:14.7355308Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T10:05:14.7381354Z    Compiling time v0.3.47
2026-07-10T10:05:14.7749467Z    Compiling ghash v0.5.1
2026-07-10T10:05:14.7906442Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T10:05:14.8951754Z    Compiling ctr v0.9.2
2026-07-10T10:05:14.9047803Z    Compiling aes v0.8.4
2026-07-10T10:05:14.9484561Z    Compiling fs2 v0.4.3
2026-07-10T10:05:15.0075572Z    Compiling http-body-util v0.1.3
2026-07-10T10:05:15.0669451Z    Compiling aead v0.5.2
2026-07-10T10:05:15.1170356Z    Compiling openssl-probe v0.2.1
2026-07-10T10:05:15.2390369Z    Compiling utf8parse v0.2.2
2026-07-10T10:05:15.2420687Z    Compiling arrayvec v0.7.6
2026-07-10T10:05:15.2900950Z    Compiling crossbeam-channel v0.5.15
2026-07-10T10:05:15.3369159Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T10:05:15.3740706Z    Compiling blake3 v1.8.5
2026-07-10T10:05:15.4521080Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T10:05:15.4960688Z    Compiling aes-gcm v0.10.3
2026-07-10T10:05:15.5060892Z    Compiling netlink-packet-route v0.29.0
2026-07-10T10:05:15.6120664Z    Compiling memoffset v0.6.5
2026-07-10T10:05:15.6611836Z    Compiling acto v0.8.2
2026-07-10T10:05:15.7081144Z    Compiling noq v0.18.0
2026-07-10T10:05:15.7568081Z    Compiling netwatch v0.16.0
2026-07-10T10:05:15.8621396Z    Compiling mac-addr v0.3.0
2026-07-10T10:05:15.8751210Z    Compiling lru-slab v0.1.2
2026-07-10T10:05:15.9121521Z    Compiling rustix v1.1.4
2026-07-10T10:05:16.0297462Z    Compiling tagptr v0.2.0
2026-07-10T10:05:16.0331012Z    Compiling ref-cast v1.0.25
2026-07-10T10:05:16.0424764Z    Compiling rustc-hash v2.1.2
2026-07-10T10:05:16.0773874Z    Compiling synstructure v0.13.2
2026-07-10T10:05:16.0805403Z    Compiling darling_core v0.20.11
2026-07-10T10:05:16.1610811Z    Compiling xml-rs v0.8.28
2026-07-10T10:05:16.1710579Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T10:05:16.3097646Z    Compiling thiserror v1.0.69
2026-07-10T10:05:16.3331360Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T10:05:16.5299919Z    Compiling foldhash v0.2.0
2026-07-10T10:05:16.6094688Z    Compiling identity-hash v0.1.0
2026-07-10T10:05:16.7070840Z    Compiling hashbrown v0.16.1
2026-07-10T10:05:16.7391882Z    Compiling serde_derive_internals v0.29.1
2026-07-10T10:05:17.0090563Z    Compiling netlink-packet-route v0.30.0
2026-07-10T10:05:17.0803178Z    Compiling xmltree v0.10.3
2026-07-10T10:05:17.3141196Z    Compiling proc-macro-crate v3.5.0
2026-07-10T10:05:17.3420778Z    Compiling errno v0.3.14
2026-07-10T10:05:17.5291351Z    Compiling ioctl-rs v0.1.6
2026-07-10T10:05:17.5770988Z    Compiling serial-core v0.4.0
2026-07-10T10:05:17.5930981Z    Compiling termios v0.2.2
2026-07-10T10:05:17.6503239Z    Compiling simple-dns v0.9.3
2026-07-10T10:05:17.6690651Z    Compiling aho-corasick v1.1.4
2026-07-10T10:05:17.7001046Z    Compiling signal-hook v0.3.18
2026-07-10T10:05:17.7613321Z    Compiling simdutf8 v0.1.5
2026-07-10T10:05:17.7800856Z    Compiling winnow v0.7.15
2026-07-10T10:05:17.7980792Z    Compiling toml_write v0.1.2
2026-07-10T10:05:17.8540075Z    Compiling regex-syntax v0.8.10
2026-07-10T10:05:17.8766256Z    Compiling constant_time_eq v0.4.2
2026-07-10T10:05:17.9221054Z    Compiling linux-raw-sys v0.12.1
2026-07-10T10:05:18.0511543Z    Compiling arrayref v0.3.9
2026-07-10T10:05:18.0881047Z    Compiling resolv-conf v0.7.6
2026-07-10T10:05:18.1484286Z    Compiling smol_str v0.1.24
2026-07-10T10:05:18.1742824Z    Compiling sha1_smol v1.0.1
2026-07-10T10:05:18.3335518Z    Compiling serde_derive v1.0.228
2026-07-10T10:05:18.3950830Z    Compiling zeroize_derive v1.4.3
2026-07-10T10:05:18.4683567Z    Compiling tokio-macros v2.7.0
2026-07-10T10:05:18.5005644Z    Compiling zerofrom-derive v0.1.7
2026-07-10T10:05:18.6770882Z    Compiling futures-macro v0.3.32
2026-07-10T10:05:19.0280594Z    Compiling yoke-derive v0.8.2
2026-07-10T10:05:19.1201117Z    Compiling zeroize v1.8.2
2026-07-10T10:05:19.2720691Z    Compiling tokio v1.52.3
2026-07-10T10:05:19.4180986Z    Compiling zerovec-derive v0.11.3
2026-07-10T10:05:19.7699495Z    Compiling futures-util v0.3.32
2026-07-10T10:05:19.8740922Z    Compiling displaydoc v0.2.6
2026-07-10T10:05:20.1290843Z    Compiling tracing-attributes v0.1.31
2026-07-10T10:05:20.2720435Z    Compiling zerofrom v0.1.8
2026-07-10T10:05:20.5101703Z    Compiling rustls-pki-types v1.14.1
2026-07-10T10:05:20.5135988Z    Compiling yoke v0.8.3
2026-07-10T10:05:20.7368625Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T10:05:20.8521053Z    Compiling thiserror-impl v2.0.18
2026-07-10T10:05:20.9100688Z    Compiling zerotrie v0.2.4
2026-07-10T10:05:21.2110331Z    Compiling zerovec v0.11.6
2026-07-10T10:05:21.3971779Z    Compiling darling_macro v0.20.11
2026-07-10T10:05:21.4203028Z    Compiling derive_more-impl v2.1.1
2026-07-10T10:05:21.7340543Z    Compiling n0-error-macros v0.1.3
2026-07-10T10:05:21.8371326Z    Compiling darling v0.20.11
2026-07-10T10:05:21.8498700Z    Compiling spez v0.1.2
2026-07-10T10:05:21.9180695Z    Compiling derive_builder_core v0.20.2
2026-07-10T10:05:22.0217515Z    Compiling tinystr v0.8.3
2026-07-10T10:05:22.0988936Z    Compiling potential_utf v0.1.5
2026-07-10T10:05:22.2729229Z    Compiling icu_locale_core v2.2.0
2026-07-10T10:05:22.2905244Z    Compiling icu_collections v2.2.0
2026-07-10T10:05:22.9672135Z    Compiling der v0.8.0-rc.10
2026-07-10T10:05:22.9690775Z    Compiling pin-project-internal v1.1.13
2026-07-10T10:05:23.2170819Z    Compiling cobs v0.3.0
2026-07-10T10:05:23.2899507Z    Compiling n0-error v0.1.3
2026-07-10T10:05:23.3800915Z    Compiling derive_builder_macro v0.20.2
2026-07-10T10:05:23.5440905Z    Compiling postcard-derive v0.2.2
2026-07-10T10:05:23.7281229Z    Compiling icu_provider v2.2.0
2026-07-10T10:05:23.8201221Z    Compiling derive_builder v0.20.2
2026-07-10T10:05:24.1490777Z    Compiling icu_properties v2.2.0
2026-07-10T10:05:24.2441538Z    Compiling icu_normalizer v2.2.0
2026-07-10T10:05:24.3594533Z    Compiling ipnet v2.12.0
2026-07-10T10:05:24.3650740Z    Compiling futures-executor v0.3.32
2026-07-10T10:05:24.3827906Z    Compiling ed25519-dalek v2.2.0
2026-07-10T10:05:24.6391001Z    Compiling pin-project v1.1.13
2026-07-10T10:05:24.7480754Z    Compiling spki v0.8.0-rc.4
2026-07-10T10:05:24.8191451Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-10T10:05:24.8761331Z    Compiling futures v0.3.32
2026-07-10T10:05:24.9588143Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T10:05:24.9808508Z    Compiling prefix-trie v0.8.4
2026-07-10T10:05:25.1476886Z    Compiling once_cell v1.21.4
2026-07-10T10:05:25.1890100Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T10:05:25.3481166Z    Compiling tracing-core v0.1.36
2026-07-10T10:05:25.4041740Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T10:05:25.4464774Z    Compiling postcard v1.1.3
2026-07-10T10:05:25.5980444Z    Compiling hashbrown v0.14.5
2026-07-10T10:05:25.7822065Z    Compiling idna_adapter v1.2.2
2026-07-10T10:05:25.8733932Z    Compiling tracing v0.1.44
2026-07-10T10:05:25.9214797Z    Compiling tokio-util v0.7.18
2026-07-10T10:05:25.9316614Z    Compiling idna v1.1.0
2026-07-10T10:05:26.0370797Z    Compiling netlink-sys v0.8.8
2026-07-10T10:05:26.2638019Z    Compiling data-encoding-macro v0.1.20
2026-07-10T10:05:26.2790646Z    Compiling tower v0.5.3
2026-07-10T10:05:26.3263721Z    Compiling rustls-native-certs v0.8.4
2026-07-10T10:05:26.3980566Z    Compiling enum-assoc v1.3.0
2026-07-10T10:05:26.5051050Z    Compiling url v2.5.8
2026-07-10T10:05:26.5251725Z    Compiling hashlink v0.9.1
2026-07-10T10:05:26.5701237Z    Compiling strum_macros v0.28.0
2026-07-10T10:05:26.7511004Z    Compiling derive_more v2.1.1
2026-07-10T10:05:26.8477849Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T10:05:26.9072443Z    Compiling async-trait v0.1.89
2026-07-10T10:05:26.9320702Z    Compiling num_enum_derive v0.7.6
2026-07-10T10:05:26.9711132Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T10:05:27.0541338Z    Compiling iroh-relay v0.98.0
2026-07-10T10:05:27.2010750Z    Compiling h2 v0.4.14
2026-07-10T10:05:27.4081474Z    Compiling rusqlite v0.32.1
2026-07-10T10:05:27.4141071Z    Compiling n0-watcher v0.6.1
2026-07-10T10:05:27.4318761Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T10:05:27.4490161Z    Compiling tower-http v0.6.11
2026-07-10T10:05:27.4893565Z    Compiling iroh-metrics v0.38.3
2026-07-10T10:05:27.5806342Z    Compiling iroh-base v0.98.0
2026-07-10T10:05:27.5932285Z    Compiling attohttpc v0.30.1
2026-07-10T10:05:27.6824951Z    Compiling tokio-stream v0.1.18
2026-07-10T10:05:28.0700841Z    Compiling netdev v0.42.0
2026-07-10T10:05:28.1170987Z    Compiling netlink-proto v0.12.0
2026-07-10T10:05:28.1351081Z    Compiling moka v0.12.15
2026-07-10T10:05:28.2410264Z    Compiling toml_datetime v0.6.11
2026-07-10T10:05:28.3061634Z    Compiling num_enum v0.7.6
2026-07-10T10:05:28.4413047Z    Compiling serde_spanned v0.6.9
2026-07-10T10:05:28.4556879Z    Compiling ref-cast-impl v1.0.25
2026-07-10T10:05:28.4721825Z    Compiling thiserror-impl v1.0.69
2026-07-10T10:05:28.5740716Z    Compiling toml_edit v0.22.27
2026-07-10T10:05:28.5885939Z    Compiling webpki-roots v1.0.7
2026-07-10T10:05:28.6550753Z    Compiling regex-automata v0.4.14
2026-07-10T10:05:29.1141307Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-10T10:05:29.3300715Z    Compiling schemars_derive v1.2.1
2026-07-10T10:05:29.5291254Z    Compiling serial-unix v0.4.0
2026-07-10T10:05:29.7346674Z    Compiling lru v0.16.4
2026-07-10T10:05:29.7930633Z    Compiling signal-hook-registry v1.4.8
2026-07-10T10:05:29.9090640Z    Compiling darling_core v0.23.0
2026-07-10T10:05:30.0160881Z    Compiling serde_bytes v0.11.19
2026-07-10T10:05:30.1830596Z    Compiling strum v0.28.0
2026-07-10T10:05:30.3000744Z    Compiling iroh-dns v0.98.0
2026-07-10T10:05:30.3165584Z    Compiling seize v0.5.1
2026-07-10T10:05:30.3380830Z    Compiling hmac v0.12.1
2026-07-10T10:05:30.3541107Z    Compiling iroh v0.98.2
2026-07-10T10:05:30.3914490Z    Compiling pin-utils v0.1.0
2026-07-10T10:05:30.4542455Z    Compiling dyn-clone v1.0.20
2026-07-10T10:05:30.4661079Z    Compiling bitflags v1.3.2
2026-07-10T10:05:30.4847917Z    Compiling cmov v0.5.4
2026-07-10T10:05:30.5340870Z    Compiling rustix v0.38.44
2026-07-10T10:05:30.5999676Z    Compiling papaya v0.2.4
2026-07-10T10:05:30.7530606Z    Compiling nix v0.25.1
2026-07-10T10:05:30.8650881Z    Compiling ctutils v0.4.2
2026-07-10T10:05:30.8739763Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T10:05:30.9270747Z    Compiling hkdf v0.12.4
2026-07-10T10:05:31.0710062Z    Compiling filedescriptor v0.8.3
2026-07-10T10:05:31.1460866Z    Compiling serial v0.4.0
2026-07-10T10:05:31.2390593Z    Compiling backon v1.6.0
2026-07-10T10:05:31.2820992Z    Compiling anstyle-parse v1.0.0
2026-07-10T10:05:31.3331437Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T10:05:31.5371602Z    Compiling anstyle-query v1.1.5
2026-07-10T10:05:31.5800949Z    Compiling toml v0.8.23
2026-07-10T10:05:31.5944966Z    Compiling linux-raw-sys v0.4.15
2026-07-10T10:05:31.6548110Z    Compiling shell-words v1.1.1
2026-07-10T10:05:31.6860226Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T10:05:31.7641420Z    Compiling schemars v1.2.1
2026-07-10T10:05:31.8590697Z    Compiling instability v0.3.12
2026-07-10T10:05:31.8750516Z    Compiling foldhash v0.1.5
2026-07-10T10:05:32.0492742Z    Compiling regex v1.12.3
2026-07-10T10:05:32.0941274Z    Compiling colorchoice v1.0.5
2026-07-10T10:05:32.1324907Z    Compiling downcast-rs v1.2.1
2026-07-10T10:05:32.1978726Z    Compiling anstyle v1.0.14
2026-07-10T10:05:32.2422615Z    Compiling hashbrown v0.15.5
2026-07-10T10:05:32.5550913Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-10T10:05:32.7690687Z    Compiling anstream v1.0.0
2026-07-10T10:05:32.9882011Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-10T10:05:33.1110489Z    Compiling terminal_size v0.4.4
2026-07-10T10:05:33.2393838Z    Compiling vte v0.13.1
2026-07-10T10:05:33.2981307Z    Compiling signal-hook-mio v0.2.5
2026-07-10T10:05:33.4317587Z    Compiling hyper v1.10.1
2026-07-10T10:05:33.5511343Z    Compiling spake2 v0.4.0
2026-07-10T10:05:33.9850811Z    Compiling strum_macros v0.26.4
2026-07-10T10:05:34.0716066Z    Compiling darling_macro v0.23.0
2026-07-10T10:05:34.1301657Z    Compiling itertools v0.13.0
2026-07-10T10:05:34.2430600Z    Compiling sha1 v0.10.6
2026-07-10T10:05:34.4417497Z    Compiling castaway v0.2.4
2026-07-10T10:05:34.4445525Z    Compiling darling v0.23.0
2026-07-10T10:05:34.5101958Z    Compiling static_assertions v1.1.0
2026-07-10T10:05:34.5379711Z    Compiling unicode-width v0.1.14
2026-07-10T10:05:34.5491567Z    Compiling indoc v2.0.7
2026-07-10T10:05:34.5790829Z    Compiling clap_lex v1.1.0
2026-07-10T10:05:34.5836378Z    Compiling doctest-file v1.1.1
2026-07-10T10:05:34.9062485Z    Compiling clap_builder v4.6.0
2026-07-10T10:05:34.9328858Z    Compiling compact_str v0.8.2
2026-07-10T10:05:34.9861311Z    Compiling crossterm v0.28.1
2026-07-10T10:05:35.0934836Z    Compiling interprocess v2.4.2
2026-07-10T10:05:35.4212450Z    Compiling portable-pty v0.8.1
2026-07-10T10:05:35.5051737Z    Compiling lru v0.12.5
2026-07-10T10:05:35.7030838Z    Compiling hyper-util v0.1.20
2026-07-10T10:05:35.8020715Z    Compiling clap_derive v4.6.1
2026-07-10T10:05:36.0038122Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-10T10:05:36.0220675Z    Compiling iana-time-zone v0.1.65
2026-07-10T10:05:36.3031254Z    Compiling unicode-truncate v1.1.0
2026-07-10T10:05:36.3860939Z    Compiling cassowary v0.3.0
2026-07-10T10:05:36.3921724Z    Compiling unicode-width v0.2.0
2026-07-10T10:05:36.4979725Z    Compiling chrono v0.4.45
2026-07-10T10:05:36.6701295Z    Compiling strum v0.26.3
2026-07-10T10:05:36.7000858Z    Compiling nucleo-matcher v0.3.1
2026-07-10T10:05:36.7732860Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-10T10:05:36.7996303Z    Compiling ratatui v0.29.0
2026-07-10T10:05:36.9788012Z    Compiling qrcode v0.14.1
2026-07-10T10:05:36.9971152Z    Compiling tempfile v3.27.0
2026-07-10T10:05:37.9711647Z    Compiling igd-next v0.17.1
2026-07-10T10:05:38.3336712Z    Compiling clap v4.6.1
2026-07-10T10:05:39.4210788Z    Compiling portmapper v0.16.0
2026-07-10T10:05:45.8734170Z    Compiling rustls-webpki v0.103.13
2026-07-10T10:05:48.6245501Z    Compiling tokio-rustls v0.26.4
2026-07-10T10:05:48.6245968Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T10:05:48.6246343Z    Compiling noq-proto v0.17.0
2026-07-10T10:05:48.7878021Z    Compiling hyper-rustls v0.27.9
2026-07-10T10:05:48.7879275Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T10:05:48.7879862Z    Compiling tokio-websockets v0.13.2
2026-07-10T10:05:48.9200873Z    Compiling reqwest v0.13.4
2026-07-10T10:05:50.0382710Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T10:06:06.0175033Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-10T10:06:07.6763243Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-10T10:06:17.0012727Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-10T10:06:22.3342589Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-07-10T10:06:22.3561494Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-10T10:06:22.3574780Z 
2026-07-10T10:06:22.3574907Z running 1 test
2026-07-10T10:06:28.4493895Z test new_brain_serves_against_old_broker ... ok
2026-07-10T10:06:28.4494245Z 
2026-07-10T10:06:28.4494659Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-10T10:06:28.4495135Z 
2026-07-10T10:06:28.4753641Z Post job cleanup.
2026-07-10T10:06:28.5470710Z [command]/usr/bin/git version
2026-07-10T10:06:28.5503110Z git version 2.43.0
2026-07-10T10:06:28.5569488Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/decd127e-0946-42de-937b-ee5c1adfb8f1' before making global git config changes
2026-07-10T10:06:28.5570321Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T10:06:28.5572785Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T10:06:28.5602522Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T10:06:28.5630762Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T10:06:28.5820021Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T10:06:28.5840173Z http.https://github.com/.extraheader
2026-07-10T10:06:28.5847111Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-10T10:06:28.5870354Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T10:06:28.6060808Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T10:06:28.6085757Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T10:06:28.6422850Z Cleaning up orphan processes
2026-07-10T10:06:28.6997271Z Terminate orphan process: pid (3581268) (spt)
